home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / pcboard / pcbim20.zip / PCBIM20.RAR / BOARD.BAT < prev    next >
DOS Batch File  |  1996-06-08  |  1KB  |  37 lines

  1. :: ################################################################
  2. :: ##    PCBoard/InterMail/OS2/DOS Intelligent Batch File V2.0   ##
  3. :: ##      Written by Darrell Harder - Game Quest BBS SysOp      ##
  4. :: ##  gremlin@express.ca - FidoNet 1:153/9117 - [604]535-1077   ##
  5. :: ################################################################
  6. ::
  7. :: BOARD.BAT: This is the batch file that runs PCBOARD. This Batch
  8. ::            file does not need any changes other than if you are
  9. ::            using PCBOARD.EXE.  In it's present state I have set
  10. ::            it up  with PCBOARDM.EXE because I use this setup as
  11. ::            a multi-line system.  Once the user logs off the BBS
  12. ::            it returns to InterMail batch file
  13. ::
  14. @echo off
  15. :top
  16. %PCBDRIVE%
  17. cd %PCBDIR%
  18. if exist remote.bat REN remote.bat remote.sys
  19. if exist door.bat   DEL door.bat
  20. if exist event.bat  DEL event.bat
  21. if exist endpcb     DEL endpcb
  22. :: %PCB% Variable passed from EXECBBS.BAT
  23. :: Change to PCBOARD if needed
  24. ::  
  25. pcboardm %PCB%              
  26. if exist $$logoff.bat CALL $$logoff.bat
  27. if exist remote.bat   CALL remote.bat
  28. if exist door.bat     CALL door.bat
  29. if exist event.bat    CALL event.bat
  30. if NOT exist endpcb GOTO top
  31. :end
  32.  
  33. ::       Needed to get back to InterMail
  34. %IMDRV%
  35. cd %IM%
  36. PCBRUN %NODE%
  37.